home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Steal This CD
/
steal_this_cd.iso
/
Chapter 11 - Censoring Information
/
kidlogger.exe
/
{app}
/
snap.bat
< prev
next >
Wrap
DOS Batch File
|
2005-07-20
|
510b
|
20 lines
rem exit
@echo off
rem start /w dsk_bmp4.exe %1.bmp 600 450
start /w dsk_bmp4.exe %1.bmp 800 750
REM This file is called by KidLogger every 15 minutes.
REM where %1 is the file name of captured screen image.
REM
REM Next sections is for power users.
REM
REM here's to compress captured images
REM rar a -ep %1.rar %1.bmp
REM del %1.bmp
REM here's to send log files and captured images to email
REM report.exe mail.yahoo.com john@yahoo.com john@yahoo.com screenshot attached %1.rar
REM